home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / UUCP / OLD / RUCP / !Library / xqt < prev   
Text File  |  1991-04-08  |  328b  |  12 lines

  1. | xqt - part of rucp package
  2. |
  3. | This file is called by the uuio file transfer program.
  4. | Currently only rmail and rnews are supported, but
  5. | you may add other commands in the same way.
  6.  
  7. if <Rucp$Debuglevel> > 0 then echo calling xqt: %*0
  8. if "%0" = "rmail" then %*0
  9. if "%0" = "rnews" then %*0
  10.  
  11. | All other commands are ignored.
  12.